2d87556c30539dd91d4f34654e52d690eca9c580,Frameworks/Ajax/ERJQuery/Sources/er/jquery/widgets/FileUploader.java,FileUploader,href,#,148

Before Change


	}
	
	private String href() {
		return ERXWOContext.ajaxActionUrl(context());
	}
	
	// R&R

After Change


	}
	
	private String href() {
		return context().componentActionURL(WOApplication.application().componentRequestHandlerKey());
	}
	
	// R&R